This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Here is a snippet of my java code, but I am getting the error "no suitable driver". I have the jar files copied over to my "Domino\xsp\shared\lib" directory. Is there something I am missing?
Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
String connectionUrl = connDB+";user="+connUserName+";password="+connPwd+";";
Connection con = DriverManager.getConnection(connectionUrl);
Statement st = con.createStatement();
Thanks for your help
Feedback response number WEBB8B4LSE created by ~Paul Opveluchekoopsi on 11/11/2010